home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 93 / MacAddict_093_2004-05.iso / Files from the Print Side / Ogg Vorbis Icon Code.txt < prev    next >
Text File  |  2004-02-10  |  500b  |  21 lines

  1.         <dict>
  2.             <key>CFBundleTypeExtensions</key>
  3.             <array>
  4.                 <string>ogg</string>
  5.             </array>
  6.             <key>CFBundleTypeIconFile</key>
  7.             <string>iTunes-ogg.icns</string>
  8.             <key>CFBundleTypeName</key>
  9.             <string>Ogg Vorbis Audio File</string>
  10.             <key>CFBundleTypeOSTypes</key>
  11.             <array>
  12.                 <string>Ogg</string>
  13.                 <string>OGG</string>
  14.                 <string>ogg</string>
  15.             </array>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Editor</string>
  18.             <key>LSIsAppleDefaultForType</key>
  19.             <string>Yes</string>
  20.         </dict>
  21.